LiveUser_Admin
[ class tree: LiveUser_Admin ] [ index: LiveUser_Admin ] [ all elements ]

Source for file ImplyRights.php

Documentation is available at ImplyRights.php

  1. <?php require_once 'index.php'?>
  2. <h3>ImplyRights</h3>
  3. <?php
  4. $currentRight $admin->perm->getRights();
  5. if  (empty($currentRight)) {
  6.     echo 'Run the <b>Right</b> test first<br />';
  7.     exit;
  8. }
  9. echo '<hr />';

Documentation generated on Mon, 11 Mar 2019 14:00:09 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.